home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- puppetSprite(6, 1)
- set the castNum of sprite 6 to 9
- updateStage()
- sound playFile 1, "click"
- repeat while soundBusy(1)
- nothing()
- end repeat
- set the castNum of sprite 6 to 5
- updateStage()
- puppetSprite(6, 0)
- quit()
- end
-